31. Complete this Doc
Complete the Doc
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Here is the Java doc comment that produces the incomplete document shown above:
/**Returns the absolute value of an int value. If the argument is not negative, the argument
/* is returned. If the argument is negative, the negation of the argument is returned.
/*
/* @return the absolute value of the argument.
*/